<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("base.css");
body {
	font-family:"微软雅黑", Verdana, Arial;
	color:#505050;
	font-size:14px;
	overflow-x:hidden;
}
input,select {
	font-family:"微软雅黑", Verdana, Arial;
	font-size:14px;
	color:#444;
}
textarea {
	font-family:"微软雅黑", Verdana, Arial;
	font-size:14px;
	color:#444;
}
a:link,a:visited,a:active {
	color:#505050;
	text-decoration:none;
}
a:hover {
	color:#bf1616;
	text-decoration:none;
}
.a:link,.a:visited,.a:active {
	color:#bf1616;
	text-decoration:none;
}
.a:hover {
	color:#bf1616;
	text-decoration:underline;
}
.anoline {
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.anolines a {
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
/*===================================================================================*/

#main {}
#header_blk {
	width:100%;
	height:124px;
}
#header {
	position:relative;
	z-index:1;
	margin:0px auto;
	width:1200px;
	height:124px;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
}
#language {
	position:absolute;
	top:10px;
	right:0px;
	padding-right:17px;
	width:100px;
	height:31px;
	line-height:31px;
	text-align:right;
	font-size:12px;
	background:url(../images/language_bg.jpg) no-repeat;
}
#header_tel {
	position:absolute;
	top:60px;
	right:0px;
	padding:0px 0px 0px 40px;
	font-size:12px;
	background:url(../images/header_tel.jpg) no-repeat 0px 6px;
}
#header_tel strong {
	display:block;
	font-family:Arial;
	color:#9a0000;
	font-size:26px;
}
#search {
	position:absolute;
	top:9px;
	right:0px;
	width:262px;
	height:32px;
	background:url(../images/search_bg.jpg) no-repeat;
}
#search_key {
	position:absolute;
	top:0px;
	left:20px;
	width:195px;
	height:30px;
	line-height:30px\9;
	color:#999;
	font-size:12px;
	border:none;
	background:none;
}
#search_button {
	position:absolute;
	top:9px;
	right:23px;
	display:block;
	width:14px;
	height:14px;
	cursor:pointer;
}
#nav_blk {
	width:100%;
	height:48px;
	background:url(../images/nav_bgs.jpg) repeat-x;
}
#nav {
	position:relative;
	z-index:99;
	margin:0px auto;
	width:1200px;
	height:48px;
	background:url(../images/nav_bgs.jpg) repeat-x;
}
#nav2 {
	width:910px;
	height:48px;
}
#nav2 li {
	float:left;
	position:relative;
	width:130px;
	height:48px;
}
.nav_out,.nav_over {
	display:block;
	width:100%;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:16px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.nav_out:link,.nav_out:visited,.nav_out:active {color:#333;}
.nav_out:hover {
	color:#333;
	background:url(../images/nav_over.jpg) repeat-x;
}
.nav_over:link,.nav_over:visited,.nav_over:active {color:#bf1616;}
.nav_over:hover {
	color:#bf1616;
	background:url(../images/nav_over.jpg) repeat-x;
}
.nav_out:hover span {display:block;}
.nav_over:hover span {display:block;}
.nav_bgs1 {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:1px;
	height:48px;
	background:url(../images/nav_overs.jpg) no-repeat;
}
.nav_bgs2 {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	width:1px;
	height:48px;
	background:url(../images/nav_overs.jpg) no-repeat;
}
#nav2 li p {
	position:absolute;
	top:48px;
	left:0px;
	display:none;
	padding:6px 0px;
	width:100%;
	font-size:12px;
	text-align:center;
	background:url(../images/tbs/white80.png);
}
#nav2 li p a {
	display:block;
	padding:5px 2px 5px 2px;
	text-align:center;
	color:#333;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#nav2 li p a:hover {color:#9a0000;}
#flash_blk {
	position:relative;
	z-index:1;
	width:100%;
	height:500px;
	overflow:hidden;
}
#flash {
	position:absolute;
	top:0px;
	left:50%;
	z-index:1;
	margin-left:-960px;
	width:1920px;
	height:500px;
	overflow:hidden;
}
#flash p {
	width:1920px;
	height:500px;
	text-align:center;
	font-size:0px;
}
#flash_button {
	position:absolute;
	bottom:12px;
	left:0px;
	z-index:2;
	width:100%;
	hegiht:12px;
	text-align:center;
}
#flash_button a {
	display:inline-block;
	margin:0px 4px;
	width:12px;
	height:12px;
	font-size:0px;
	text-indent:100px;
	border-radius:6px;
	background:#e4e2e2;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#flash_button a.activeSlide {background:#ea2e2e;}
#flash_button a:hover{background:#ea2e2e;}
#content {
	margin:30px auto 0px auto;
	width:1200px;
}
#left {
	float:left;
	width:240px;
}
#right {
	float:right;
	width:900px;
}
#footer_blk {
	width:100%;
	background:#e2e2e2;
}
#footer {
	position:relative;
	margin:0px auto;
	padding:10px 0px;
	width:1200px;
	line-height:1.6;
	color:#999;
	font-size:12px;
	text-align:center;
	background:#e2e2e2;
}
#footer_nav_blk {
	margin-top:50px;
	width:100%;
	background:#1f2831;
}
#footer_nav {
	position:relative;
	margin:0px auto;
	width:1200px;
	height:205px;
	background:#1f2831;
	overflow:hidden;
}
#footer_nav a {color:#5a636c;}
#footer_nav a:hover {color:#fff;}
#footer_nav_list {
	position:absolute;
	top:30px;
	left:240px;
	width:760px;
}
#footer_nav_list li {
	float:left;
	width:179px;
	height:135px;
	font-size:12px;
	border-left:1px solid #323a43;
}
#footer_nav_list li strong {
	display:block;
	padding-left:25px;
	height:28px;
	color:#aaa;
	font-size:15px;
	font-weight:normal;
}
#footer_nav_list li p {padding:10px 0px 0px 25px;}
#footer_tel {
	position:absolute;
	top:30px;
	left:0px;
	color:#aaa;
	font-size:12px;
}
#footer_tel strong {
	display:block;
	font-family:Arial;
	font-size:24px;
}
#footer_contact {
	position:absolute;
	top:85px;
	left:0px;
	width:200px;
	height:72px;
	line-height:1.8;
	color:#5a636c;
	overflow:hidden;
}
#footer_tdc {
	position:absolute;
	top:25px;
	right:0px;
	width:120px;
	color:#aaacaf;
	font-size:12px;
	text-align:center;
}
#footer_tdc img {
	display:block;
	margin-top:8px;
	padding:5px;
	width:110px;
	height:110px;
	background:#d2d3d4;
}


/*===================================================================================*/

.ititle {
	padding:30px 0px 20px 0px;
	color:#333;
	font-size:24px;
	text-align:center;
}
.ititle img {
	position:absolute;
	top:10px;
	right:0px;
}
#iproducts_blk {
	position:relative;
	margin:0px auto;
	width:1200px;
	height:565px;
}
#iproducts_commend_blk {
	position:absolute;
	top:90px;
	left:0px;
	width:540px;
	height:430px;
	overflow:hidden;
}
#iproducts_commend {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:540px;
	height:430px;
}
#iproducts_commend a {color:#fff;}
#iproducts_commend dl {
	position:relative;
	width:540px;
	height:430px;
}
#iproducts_commend dl dt {font-size:0px;}
#iproducts_commend dl dt img {width:540px;height:360px;}
#iproducts_commend dl dd {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:2;
	padding:15px 0px 0px 20px;
	width:520px;
	height:55px;
	background:#9a0000;
}
#iproducts_commend_button {
	position:absolute;
	top:405px;
	right:0px;
	z-index:3;
	hegiht:14px;
}
#iproducts_commend_button a {
	display:block;
	float:left;
	margin-right:10px;
	width:14px;
	height:14px;
	font-size:0px;
	text-indent:100px;
	background:url(../images/iproducts_button_out.jpg) no-repeat center center;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#iproducts_commend_button a.activeSlide {background:url(../images/iproducts_button_over.jpg) no-repeat;}
#iproducts_commend_button a:hover {background:url(../images/iproducts_button_over.jpg) no-repeat;}


#iproducts {
	position:absolute;
	top:90px;
	right:0px;
	width:660px;
	height:430px;
	overflow:hidden;
}
#iproducts p {
	float:left;
	position:relative;
	margin:0px 0px 30px 30px;
	width:300px;
	height:200px;
	text-align:center;
	overflow:hidden;
}
#iproducts p img {
	width:300px;
	height:200px;
}
#iproducts p:hover a {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:125px 20px 0px 20px;
	width:260px;
	height:75px;
	color:#fff;
	text-align:center;
	background:url(../images/iproducts_over.png) no-repeat;
}


#isolution_bg {
	width:100%;
	background:url(../images/isolution_bg.jpg) no-repeat center top;
}
#isolution_blk {
	position:relative;
	margin:0px auto;
	width:1200px;
	height:282px;
	background:url(../images/isolution_bg.jpg) no-repeat center top;
	overflow:hidden;
}
#isolution {padding-top:77px;}
#isolution a {
	position:relative;
	display:block;
	float:left;
	margin-right:90px;
	padding:82px 10px 0px 10px;
	width:107px;
	height:45px;
	color:#fff;
	font-size:12px;
	text-align:center;
	border:1px solid #fff;
	border-radius:64px;
	overflow:hidden;
}
#isolution a img {
	position:absolute;
	top:12px;
	left:33px;
	width:60px;
	height:60px;
}
#isolution_more {
	position:absolute;
	top:135px;
	right:0px;
	display:block;
	width:47px;
	height:11px;
	background:url(../images/isolution_more.png) no-repeat;
}


#iabout_box {
	position:relative;
	margin:0px auto;
	width:1200px;
	height:400px;
	overflow:hidden;
}
#iabout_blk {
	position:absolute;
	bottom:0px;
	right:0px;
	width:584px;
	height:300px;
	border-bottom:2px solid #b60f0f;
	background:#fcf3f3;
	overflow:hidden;
}
#iabout_title {
	padding-left:20px;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:16px;
	background:#9a0000;
}
#iabout_image {
	position:absolute;
	top:65px;
	left:30px;
	width:180px;
	height:208px;
}
#iabout_more {
	position:absolute;
	top:239px;
	left:235px;
	padding-left:15px;
	width:96px;
	height:34px;
	line-height:34px;
	color:#fff;
	background:url(../images/iabout_more_bg.jpg) no-repeat;
}
#iabout {
	position:absolute;
	top:65px;
	left:235px;
	width:330px;
	height:135px;
	line-height:1.6;
	overflow:hidden;
}
#inews_blk {
	position:absolute;
	bottom:0px;
	left:0px;
	width:584px;
	height:300px;
	border-bottom:2px solid #b60f0f;
	background:#fcf3f3;
	overflow:hidden;
}
#inews_menu {
	position:relative;
	height:42px;
	background:#fff;
	overflow:hidden;
}
#inews_menu a {
	position:absolute;
	top:8px;
	right:0px;
	display:block;
	padding-right:25px;
	height:18px;
	line-height:17px;
	background:url(../images/inews_more_bg.jpg) no-repeat right top;
}
#inews_menu ul {
	width:100%;
	height:42px;
}
#inews_menu ul li {
	float:left;
	padding:0px 28px;
	height:42px;
	line-height:42px;
	color:#fff;
	font-size:16px;
	border-right:1px solid #c42323;
	background:#9a0000;
	cursor:pointer;
}
#inews_menu ul li.inews_menu_over {
	color:#333;
	border-right:1px solid #fcf3f3;
	background:#fcf3f3;
}
.inews {
	margin:0px auto;
	width:550px;
}
.inews dl {
	position:relative;
	width:100%;
	height:120px;
	color:#666;
	background:url(../images/inews_line.jpg) repeat-x left bottom;
	overflow:hidden;
}
.inews dl:last-child {background:none;}
.inews dl dt {
	position:absolute;
	top:0px;
	left:0px;
	padding-top:30px;
	width:100px;
	height:90px;
	font-size:16px;
	text-align:center;
}
.inews dl dt a {
	position:absolute;
	top:60px;
	left:34px;
	display:block;
	width:31px;
	height:31px;
	background:url(../images/inews_mores.jpg) no-repeat;
}
.inews dl dd {
	position:absolute;
	top:0px;
	right:0px;
	width:440px;
}
.inews dl dd strong {
	display:block;
	padding:29px 0px 10px 0px;
	font-weight:normal;
}
.inews dl dd p {
	height:38px;
	line-height:19px;
	font-size:12px;
	overflow:hidden;
}

/*===================================================================================*/

.left_title {
	height:35px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #e8e8e8;
}
.left_menu {margin-bottom:40px;}
.left_menu_over,.left_menu_out {
	display:block;
	padding:12px 0px 14px 30px;
	border-bottom:1px solid #e8e8e8;
	background:url(../images/ico1.gif) no-repeat 15px 19px;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.left_menu_out:link,.left_menu_out:visited,.left_menu_out:active {}
.left_menu_out:hover {}
.left_menu_over:link,.left_menu_over:visited,.left_menu_over:active,.left_menu_over:hover {color:#bf1616;}
.left_menu ul {
	padding:2px 0px 18px 0px;
	border-bottom:1px solid #e8e8e8;
}
.left_menu ul li {
	position:relative;
	padding:8px 0px 0px 42px;
	font-size:12px;
}
.left_menu ul li span {
	position:absolute;
	top:15px;
	left:31px;
	display:block;
	width:4px;
	height:4px;
	border-radius:2px;
	background:#aaa;
}
.left_contact {
	padding-top:6px;
	line-height:1.8;
}

/*===================================================================================*/

.nodata {
	padding:150px 0px;
	text-align:center;
	font-size:20px;
	color:#bbb;
}
#title {
	position:relative;
	height:35px;
	line-height:40px;
	font-size:12px;
	text-align:right;
	color:#bbb;
	border-bottom:1px solid #e8e8e8;
	overflow:hidden;
}
#title a {color:#bbb;}
#title a:hover {color:#000;}
#title span {}
#title strong {
	position:absolute;
	top:0px;
	left:0px;
	color:#bf1616;
	font-size:14px;
	line-height:32px;
}
#showtext {
	margin:0px auto;
	padding-top:20px;
	width:900px;
	overflow:hidden;
}
.showtexts {
	margin:0px auto;
	padding-top:20px;
	width:900px;
	overflow:hidden;
}
.input_text {
	padding:0px 6px;
	width:250px;
	height:30px;
	line-height:30px\9;
	border:1px solid #ddd;
}
.input_area {
	padding:6px;
	line-height:20px;
	border:1px solid #ddd;
	overflow-y:auto;
}
.input_select {
	padding:0px 0px 0px 6px;
	height:30px;
	border:1px solid #ddd;
}
.button {
	width:150px;
	height:40px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#fff;
	border:none;
	background:#1f2831;
	cursor:pointer;
}
.button2 {
	width:90px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	border:none;
	background:url(../images/button2_bg.jpg) no-repeat;
}
.button2 a {color:#333;}

.editorc {line-height:1.8;}
.editorc p {margin-bottom:15px;}
.editorc ul {
	margin-left:35px;
}
.editorc ul li {
	list-style-type:disc;
	line-height:18px;
}
.editorc ol {margin-left:35px;}
.editorc ol li {
	list-style-type:decimal;
	line-height:18px;
}
.editorc_tbe table {
	margin-bottom:15px;
	border:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.editorc_tbe td {
	padding:6px 5px;
	border:none;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.editorc_tbe td table {
	margin-bottom:0px;
}
.editorc_tbe td p {
	margin:0px;
	padding:0px;
}

#prenext {
	position:relative;
	margin:20px auto 0px auto;
	padding-top:12px;
	height:38px;
	font-size:12px;
	border-top:1px solid #ddd;
	overflow:hidden;
}
#prenext p {height:20px;}
#prenext_back {
	position:absolute;
	top:12px;
	right:0px;
	font-weight:bold;
}

/*===================================================================================*/
/* 企业图片列表 */

#about_image_blk {
	margin:0px auto;
	width:900px;
	overflow:hidden;
}
#about_image {width:920px;}
#about_image dl {
	float:left;
	margin:25px 20px 0px 0px;
	width:210px;
	text-align:center;
}
#about_image dl dt {font-size:0px;}
#about_image dl dt img {
	padding:4px;
	width:200px;
	height:150px;
	border:1px solid #ddd;
}
#about_image dl dt img:hover {padding:3px;border:2px solid #bf1616;}
#about_image dl dd {
	padding-top:8px;
	line-height:1.4;
}

/*===================================================================================*/
/* 产品列表 */

#products_blk {
	margin:0px auto;
	width:900px;
	overflow:hidden;	
}
#products {width:920px;}
#products dl {
	float:left;
	margin:25px 20px 0px 0px;
	width:210px;
	text-align:center;
}
#products dl dt {font-size:0px;}
#products dl dt img {
	padding:4px;
	width:200px;
	height:150px;
	border:1px solid #ddd;
}
#products dl dt img:hover {padding:3px;border:2px solid #bf1616;}
#products dl dd {
	padding-top:8px;
	line-height:1.4;
}

#products_name {
	padding:30px 0px 25px 0px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#products_image {
	width:900px;
	font-size:0px;
	text-align:center;
	overflow:hidden;
}
#products_image img {
	padding:6px;
	border:1px solid #eee;
}

/*===================================================================================*/
/* 新闻列表 */

#news {
	margin:0px auto;
	padding-top:1px;
	width:898px;
}
#news li {
	margin-top:15px;
	padding:1px 0px 0px 20px;
	height:30px;
	background:url(../images/news_line.png) no-repeat left bottom;
}
#news span {
	float:right;
	color:#bbb;
	font-size:12px;
}
#news_title {
	padding:40px 0px 30px 0px;
	line-height:1.8;
	color:#333;
	font-size:16px;
	text-align:center;
}
#news_info {
	padding-bottom:10px;
	color:#999;
	font-size:12px;
	text-align:center;
	background:url(../images/line3_ccc.gif) repeat-x left bottom;
}

/*===================================================================================*/
/* 信息反馈 */

#feedback {
	margin-top:25px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #ddd;
}
#feedback td {padding:15px 5px 0px 5px;}
#feedback td span {
	margin-left:5px;
	font-family:"宋体";
	font-size:12px;
	color:#ff0000;
}

/*===================================================================================*/
/* 浮动在线客服 */

#qq_online {
	position:absolute;
	z-index:99;
	width:130px;
	font-family:"宋体";
	font-size:12px;
}
#qq_online_top {
	position:relative;
	padding-left:10px;
	height:26px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background:url(../images/qq_style/style0_top.gif) no-repeat;
}
#qq_online_top img {
	position:absolute;
	top:8px;
	right:10px;
	cursor:pointer;
}
#qq_online_list {
	background:url(../images/qq_style/style0_bgs.gif) repeat-y;
}
#qq_online_list a {color:#222;}
#qq_online_list a:hover {color:#ff0000;}
#qq_online_list p {
	position:relative;
	margin:0px 3px;
	padding-left:31px;
	width:93px;
	height:25px;
	line-height:26px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#fff;
	overflow:hidden;
}
#qq_online_list p:hover {
	border-top:1px solid #A3E7FC;
	border-bottom:1px solid #A3E7FC;
	background:#E1F7FD;
}
#qq_online_list p img {
	position:absolute;
	top:2px;
	left:5px;
	width:21px;
	height:21px;
}
#qq_online_bottom {
	height:42px;
	font-size:0px;
	background:url(../images/qq_style/style0_bottom.gif) no-repeat;
}

#qq_onlines_top {
	position:relative;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
#qq_onlines_top p {
	position:absolute;
	top:40px;
	width:35px;
	height:173px;
	overflow:hidden;
	cursor:pointer;
}
.qq_onlines_small_left strong {left:8px;}
.qq_onlines_small_right strong {left:13px;}
#qq_onlines_top p strong {
	position:absolute;
	top:40px;
	display:block;
	width:16px;
	text-align:center;
	line-height:20px;
}
#qq_onlines_box {
	border:1px solid #e3e3e3;
	border-top:none;
	background:#fff;
}
#qq_onlines_tel {
	padding-top:15px;
	text-align:center;
	font-size:14px;
	color:#505050;
	background:url(../images/qq_style/tel.jpg) no-repeat 15px 12px;
}
#qq_onlines_tel strong {
	display:block;
	padding:12px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	border-bottom:1px dashed #ccc;
}
#qq_onlines_list {
	padding-top:10px;
}
#qq_onlines_list a {
	position:relative;
	display:block;
	margin:0px auto 8px auto;
	padding-left:35px;
	width:72px;
	height:25px;
	line-height:26px;
	color:#222;
	border:1px solid #aaccd8;
	background:url(../images/qq_style/list_bg.jpg) repeat-x;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
#qq_onlines_list a:hover {color:#ff0000;}
#qq_onlines_list a img {
	position:absolute;
	top:2px;
	left:7px;
	width:21px;
	height:21px;
}
#qq_onlines_tdc {
	padding:8px 0px;
	font-size:0px;
	text-align:center;
	border-top:1px dashed #ccc;
}
#qq_onlines_tdc img {
	width:110px;
	height:110px;
}

.qq_onlines_1 p#qq_onlines_tel strong {color:#e10000;}
.qq_onlines_1 div#qq_onlines_top {border-bottom:8px solid #ff7200; background:#e10000;}
.qq_onlines_1 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style1_small_left.png) no-repeat;}
.qq_onlines_1 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style1_small_right.png) no-repeat;}
.qq_onlines_2 p#qq_onlines_tel strong {color:#555;}
.qq_onlines_2 div#qq_onlines_top {border-bottom:8px solid #5d5d5d; background:#343434;}
.qq_onlines_2 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style2_small_left.png) no-repeat;}
.qq_onlines_2 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style2_small_right.png) no-repeat;}
.qq_onlines_3 p#qq_onlines_tel strong {color:#df5f00;}
.qq_onlines_3 div#qq_onlines_top {border-bottom:8px solid #ddc9ba; background:#df9800;}
.qq_onlines_3 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style3_small_left.png) no-repeat;}
.qq_onlines_3 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style3_small_right.png) no-repeat;}
.qq_onlines_4 p#qq_onlines_tel strong {color:#89a611;}
.qq_onlines_4 div#qq_onlines_top {border-bottom:8px solid #464a4b; background:#adce25;}
.qq_onlines_4 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style4_small_left.png) no-repeat;}
.qq_onlines_4 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style4_small_right.png) no-repeat;}

.qq_onlines_5 p#qq_onlines_tel strong {color:#df5f00;}
.qq_onlines_5 div#qq_onlines_top {border-bottom:8px solid #ff9241; background:#ff6d00;}
.qq_onlines_5 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style5_small_left.png) no-repeat;}
.qq_onlines_5 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style5_small_right.png) no-repeat;}
.qq_onlines_6 p#qq_onlines_tel strong {color:#006083;}
.qq_onlines_6 div#qq_onlines_top {border-bottom:8px solid #6b718d; background:#006083;}
.qq_onlines_6 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style6_small_left.png) no-repeat;}
.qq_onlines_6 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style6_small_right.png) no-repeat;}
.qq_onlines_7 p#qq_onlines_tel strong {color:#00a0a8;}
.qq_onlines_7 div#qq_onlines_top {border-bottom:8px solid #6b718d; background:#00a0a8;}
.qq_onlines_7 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style7_small_left.png) no-repeat;}
.qq_onlines_7 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style7_small_right.png) no-repeat;}
.qq_onlines_8 p#qq_onlines_tel strong {color:#c9004c;}
.qq_onlines_8 div#qq_onlines_top {border-bottom:8px solid #ebba28; background:#c9004c;}
.qq_onlines_8 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style8_small_left.png) no-repeat;}
.qq_onlines_8 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style8_small_right.png) no-repeat;}

/*===================================================================================*/

#products_page {
	margin-top:40px;
	width:100%;
}
#news_page {
	margin-top:40px;
	width:100%;
}
.fypage_blk {
	height:30px;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}
.fypage a {
	display:inline-block;
	margin:0px 3px;
	padding:0px 5px;
	height:22px;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	overflow:hidden;
	outline:none;
    -moz-outline:none;
	blr:expression(this.onFocus=this.blur());
}
.fypage a:link,.fypage a:visited,.fypage a:active {
	color:#999;
	border:1px solid #eee;
	background:#eee;
}
.fypage a:hover {
	color:#fff;
	border:1px solid #9a0000;
	background:#9a0000;
}
.fypage a.fypage_str {}
.fypage span {
	display:inline-block;
	margin:0px 3px;
	padding:0px 5px;
	height:22px;
	line-height:22px;
	text-align:center;
	border-radius:3px;
	overflow:hidden;
}
.fypage span.fypage_current {
	color:#fff;
	border:1px solid #9a0000;
	background:#9a0000;
}
.fypage span.fypage_disabled {
	color:#999;
	border:1px solid #eee;
	background:#eee;
}
.fypage_sl {
	display:inline-block;
	margin:0px 3px;
	padding:0px 5px;
	height:22px;
	line-height:22px;
	font-weight:normal;
	color:#666;
}</pre></body></html>